PDF4Java Reference Documentation
com.o2sol.pdf4java.standards Package / PDFAError Enumeration
In This Topic
    PDFAError Enumeration
    In This Topic
    Defines the possible errors that can be detected in a document that needs to be formatted in PDF/A standard.
    Members
    MemberDescription
    ANNOTATION_ACTION_TYPE_IS_NOT_ALLOWEDAnnotation action type is not allowed in a PDF/A-1 document.
    ANNOTATION_ADDITIONAL_ACTIONS_ARE_NOT_ALLOWEDAnnotation additional actions are not allowed in a PDF/A-1 document.
    ANNOTATION_APPEARANCE_IS_INVALIDAnnotation normal appearance must be a form XObject in a PDF/A-1 document.
    ANNOTATION_APPEARANCES_ARE_NOT_ALLOWEDAnnotation can have only the normal appearance in a PDF/A-1 document.
    ANNOTATION_COLOR_IS_NOT_RGBThe annotation color must be a RGB color in a PDF/A-1 document.
    ANNOTATION_F_KEY_IS_MISSINGThe /F (Flags) key in annotation dictionary is mandatory in a PDF/A-1 document.
    ANNOTATION_INTERIOR_COLOR_IS_NOT_RGBThe annotation interior color must be a RGB color in a PDF/A-1 document.
    ANNOTATION_IS_HIDDENAnnotation cannot be marked as hidden in a PDF/A-1 document.
    ANNOTATION_IS_NOT_PRINTABLEAnnotation must be marked as printable in a PDF/A-1 document.
    ANNOTATION_IS_NOT_VISIBLEAnnotation must be marked as visible in a PDF/A-1 document.
    ANNOTATION_NORMAL_APPEARANCE_IS_MISSINGAnnotation must have a normal appearance set in a PDF/A-1 document.
    ANNOTATION_OPACITY_IS_NOT_ALLOWEDAnnotation opacity level less than 100% is not allowed in a PDF/A-1 document.
    ANNOTATION_TYPE_IS_NOT_ALLOWEDThe annotation type is not allowed in a PDF/A-1 document.
    CMYK_OUTPUT_PROFILE_DOES_NOT_MATCH_DOCUMENT_CONTENTA CMYK color profile must be present in a PDF/A-1 document's OutputIntents when CMYK colors are used in the content.
    DOCUMENT_ACROFORM_NEED_APPEARANCES_KEY_IS_NOT_ALLOWEDThe /NeedAppearances key in AcroForm dictionary cannot be set to true in a PDF/A-1 document.
    DOCUMENT_ADDITIONAL_ACTIONS_ARE_NOT_ALLOWEDDocument additional actions are not allowed in a PDF/A-1 document.
    DOCUMENT_ATTACHMENTS_ARE_NOT_ALLOWEDDocument attachments (embedded files) are not allowed in a PDF/A-1 document.
    DOCUMENT_METADATA_IS_MISSINGMetadata is mising from the document.
    DOCUMENT_OPEN_ACTION_TYPE_IS_NOT_ALLOWEDThe type of the document open action is not allowed in a PDF/A-1 document.
    EXTENDED_GRAPHICS_STATE_ALPHA_CHANNEL_IS_NOT_ALLOWEDAlpha channels are not allowed in extended graphic state objects in a PDF/A-1 document.
    EXTENDED_GRAPHICS_STATE_BLEND_MODE_IS_NOT_ALLOWEDBlend modes are not allowed in extended graphic state objects in a PDF/A-1 document.
    EXTENDED_GRAPHICS_STATE_RENDERING_INTENT_IS_NOT_ALLOWED/Rendering intent is not allowed in extended graphic state objects in a PDF/A-1 document.
    EXTENDED_GRAPHICS_STATE_SOFT_MASK_IS_NOT_ALLOWEDSoft masks are not allowed in extended graphic state objects in a PDF/A-1 document.
    EXTENDED_GRAPHICS_STATE_TR_KEY_IS_NOT_ALLOWED/TR key is not allowed in extended graphic state objects in a PDF/A-1 document.
    EXTENDED_GRAPHICS_STATE_TR2_KEY_IS_NOT_ALLOWED/TR2 key is not allowed in extended graphic state objects in a PDF/A-1 document.
    FIELD_ADDITIONAL_ACTIONS_ARE_NOT_ALLOWEDField additional actions are not allowed in a PDF/A-1 document.
    FIELD_WIDGET_ACTION_IS_NOT_ALLOWEDField widget actions are not allowed in a PDF/A-1 document.
    FIELD_WIDGET_ADDITIONAL_ACTIONS_ARE_NOT_ALLOWEDField widget additional actions are not allowed in a PDF/A-1 document.
    FIELD_WIDGET_APPEARANCE_IS_MISSINGThe appearance is missing from a field widget.
    IMAGE_ALTERNATES_KEY_IS_NOT_ALLOWED/Alternates key is not allowed in an image object in a PDF/A-1 document.
    IMAGE_INTERPOLATE_KEY_IS_NOT_ALLOWED/Interpolate key is not allowed in an image object in a PDF/A-1 document.
    IMAGE_OPI_KEY_IS_NOT_ALLOWED/OPI key is not allowed in an image object in a PDF/A-1 document.
    IMAGE_RENDERING_INTENT_IS_NOT_ALLOWED/Rendering intent is not allowed in image objects in a PDF/A-1 document.
    INVALID_DICTIONARY_ENTRYDictionary entry is not allowed.
    INVALID_PDF_A_DOCUMENTThe document cannot be formatted using PDF/A standard.
    OPTIONAL_CONTENT_IS_NOT_ALLOWEDOptional content is not allowed in a PDF/A-1 document.
    POSTSCRIPT_FORMXOBJECT_IS_NOT_ALLOWEDPostScript form XObjects are not allowed in a PDF/A-1 document.
    RGB_CMYK_MIX_IS_NOT_ALLOWEDRGB and CMYK colors cannot be used in the same time in a PDF/A-1 document.
    RGB_OUTPUT_PROFILE_DOES_NOT_MATCH_DOCUMENT_CONTENTA RGB color profile must be present in a PDF/A-1 document's OutputIntents when RGB colors are used in the content.
    STANDARD_PDF_FONT_IS_NOT_ALLOWEDStandard base 14 PDF fonts are not allowed in a PDF/A-1 document.
    TEXT_ANNOTATION_CAN_BE_ROTATEDText annotation cannot be rotated in a PDF/A-1 document.
    TEXT_ANNOTATION_CAN_BE_ZOOMEDText annotation cannot be zoomed in a PDF/A-1 document.
    TRUE_TYPE_FONT_IS_NOT_EMBEDDEDTrueType fonts must be embedded in a PDF/A-1 document.
    TYPE0_FONT_IS_NOT_EMBEDDEDType0 fonts must be embedded in a PDF/A-1 document.
    TYPE1_FONT_IS_NOT_EMBEDDEDType1 fonts must be embedded in a PDF/A-1 document.
    XOBJECT_OPI_KEY_IS_NOT_ALLOWED/OPI key is not allowed in a form XObject in a PDF/A-1 document.
    XOBJECT_PS_KEY_IS_NOT_ALLOWED/PS key is not allowed in a form XObject in a PDF/A-1 document.
    XOBJECT_REF_KEY_IS_NOT_ALLOWED/Ref key is not allowed in a PDF/A-1 document.
    XOBJECT_SOFT_MASK_IS_NOT_ALLOWEDA form XObject cannot have a softmask in a PDF/A-1 document.
    XOBJECT_SUBTYPE2_KEY_IS_NOT_ALLOWED/Subtype2 key is not allowed in a form XObject in a PDF/A-1 document.
    XOBJECT_TRANSPARENCY_GROUP_IS_NOT_ALLOWEDAn image or a form XObject cannot have a transparency group in a PDF/A-1 document.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.standards.PDFAError

    See Also